GtkListBox: Remove add_to_scrolled()
authorAlexander Larsson <alexl@redhat.com>
Mon, 10 Jun 2013 14:07:20 +0000 (16:07 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Jun 2013 10:17:07 +0000 (12:17 +0200)
commitecff28bb68cce8ee418723c52addd1d649fa82a9
tree0f9debf885d33ee61ae602bc71b77a6b546ae409
parent17c559c4299e928559a9d8b6c2a026bb22684101
GtkListBox: Remove add_to_scrolled()

Now that we automatically set up the focus_vadjustment we only
need the adjustment to handle the page-up/down scroll length correctly.

We use parent_set to automatically pick up the adjustment from a
scrollable (i.e. viewport) parent which makes add_to_scrolled useless, so
it can be removed.
gtk/gtklistbox.c
gtk/gtklistbox.h